home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / arc / bzip2.lha / bzip2 / bzip2.readme next >
Text File  |  1999-04-24  |  1KB  |  30 lines

  1. Short:    File compressor for 68k/PowerUp/WarpOS
  2. Author:   jseward@acm.org (Julian Seward)
  3. Uploader: frank@phoenix.owl.de
  4. Version:  0.9.0c
  5. Type:     util/arc
  6.  
  7. bzip2 compresses files using the Burrows-Wheeler block-sorting text
  8. compression algorithm, and Huffman coding. Compression is generally
  9. considerably better than that achieved by more conventional LZ77/LZ78-
  10. based compressors, and approaches the performance of the PPM family of
  11. statistical compressors.
  12.  
  13. The Amiga port was done with vbcc 0.7 for M68k (no FPU or 020+
  14. required), WarpOS V4 and PowerUp (ppc.library V46). In any case you
  15. need a stack size of 32k.
  16.  
  17. All features from the Unix-version, like pattern-matching, are
  18. supported, but ixemul.library is *not* required. It's a complete Amiga
  19. port.
  20.  
  21. The bz2 linker libraries are included (as AmigaDos/EHF lib-file and ELF
  22. archive), for use in your own programs.
  23.  
  24. For further informations, please read the original Unix man-page
  25. bzip2.txt and the manual (especially when using the linker libraries).
  26.  
  27.  
  28. This program, "bzip2" and associated library "libbzip2", are
  29. copyright (C) 1996-1998 Julian R Seward.  All rights reserved.
  30.